#!/bin/bash
DIR="$(cd "$(dirname "$0")" && pwd)"
exec java -jar "$DIR/../Resources/sfdc-file-exporter-1.0.0.jar"
